home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist / dist6.3 / ViewKit_dev.idb / usr / lib / RapidApp / wml / VkMovieButton.wml.z / VkMovieButton.wml
Encoding:
Text File  |  1996-09-20  |  1.8 KB  |  90 lines

  1. Resource
  2.   VkNVkMovieButton_movieFile : Argument { 
  3.     Forced = True;
  4.     NeverVerify = True;
  5.     SimpleView = True;
  6.     SetRoutine = "SetComponentResource";
  7.     Type = filename;
  8.     XtRname = "String";
  9.     XtRsize = sizeofPointer;
  10.  
  11.   };
  12.  
  13.   VkNVkMovieButton_label : Argument { 
  14.     Forced = True;
  15.     NeverVerify = True;
  16.     SimpleView = True;
  17.     SetRoutine = "SetComponentResource";
  18.     Type = string;
  19.     XtRname = "String";
  20.     XtRsize = sizeofPointer;
  21.  
  22.   };
  23.  
  24.   VkNVkMovieButton_mute : Argument { 
  25.     Forced = True;
  26.     NeverVerify = True;
  27.     SimpleView = True;
  28.     SetRoutine = "SetComponentResource";
  29.     Type = boolean;
  30.     XtRname = "Boolean";
  31.     XtRsize = sizeofChar;
  32.  
  33.   };
  34.  
  35.   VkNVkMovieButton_alignment : Argument { 
  36.     Forced = True;
  37.     NeverVerify = True;
  38.     SimpleView = True;
  39.     SetRoutine = "SetComponentResource";
  40.     Type = integer;
  41.     EnumerationSet = Alignment;
  42.     XtRsize = sizeofChar;
  43.     XtRname = "Boolean";
  44.     Default = "True";
  45.  
  46.   };
  47.  
  48.   VkNVkMovieButton_activateCallback : Reason { SimpleView = True; Forced = True; }; 
  49.  
  50.   VkNVkMovieButton_movieFinishedCallback : Reason { SimpleView = True; Forced = True; }; 
  51.  
  52. Class
  53.   VkMovieButton : Widget {
  54.      SuperClass = "VkComponentImporter";
  55.      XtLiteral = "vkStubWidgetClass";
  56.      IncludeFile = "<Vk/VkMovieButton.h>";
  57.      Movement = SetValues;
  58.      ChildPosition = Ignored;
  59.   Resources
  60.   {
  61.       VkNVkMovieButton_movieFile {};
  62.       VkNVkMovieButton_label {};
  63.       VkNVkMovieButton_mute {};
  64.       VkNVkMovieButton_alignment {};
  65.       VkNVkMovieButton_activateCallback {};
  66.       VkNVkMovieButton_movieFinishedCallback {};
  67.   };
  68. };
  69.  
  70.  
  71. ControlList
  72.   AllWidgets {
  73.          AllWidgets;
  74.          VkMovieButton;
  75.   };
  76.  
  77.  
  78. ControlList
  79.   AllWidgetsAndGadgets {
  80.          AllWidgetsAndGadgets;
  81.          VkMovieButton;
  82.   };
  83.  
  84.  
  85. ControlList
  86.   BasicManagers {
  87.          BasicManagers;
  88.          VkMovieButton;
  89.   };
  90.